Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update tanstack-query monorepo to v5.59.16 - autoclosed #486

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/query-sync-storage-persister (source) 5.51.15 -> 5.59.16 age adoption passing confidence
@tanstack/react-query (source) 5.51.9 -> 5.59.16 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.51.9 -> 5.59.16 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.51.15 -> 5.59.16 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/query-sync-storage-persister)

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes

Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method"s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#​8190) (1980a11) by Ariel-Moroshko

Packages

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes
Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test
Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David

Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes
Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister
Packages

v5.59.0

Compare Source

Version 5.59.0 - 10/1/24, 3:45 PM

Changes

Feat
Docs
  • react-query: Fix broken route on eslint-plugin-query.md (#​8113) (55a6155) by Gaurav Kumar
  • react-query: fix a typo in guides/ssr.md (#​8086) (9227fd3) by Morteza
  • angular-query: add rxjs example (#​8108) (68ca717) by Arnoud
Other

Packages

v5.56.2

Compare Source

Version 5.56.2 - 9/12/24, 6:05 PM

Changes
Fix
  • core: make sure infiniteQuery always fetches the first page (#​8051) (7624785) by Dominik Dorfmeister
Packages

v5.56.1

Compare Source

Version 5.56.1 - 9/12/24, 2:38 PM

Changes
Fix
Chore
  • trigger release (6a17069) by Dominik Dorfmeister
Packages

v5.56.0

Compare Source

Version 5.56.0 - 9/12/24, 9:56 AM

Changes

Feat
  • core: ensureInfiniteQueryData (#​8048) (edec4a6) by Dominik Dorfmeister
Docs

Packages

v5.55.4

Compare Source

Version 5.55.4 - 9/9/24, 6:38 AM

Changes
Fix
Packages

v5.55.3

Compare Source

Version 5.55.3 - 9/9/24, 6:16 AM

Changes
Fix
  • replace JSON.stringify with replaceDeepEqual in structural sharing integrity check (#​8030) (1bffc78) by jxom
Chore
  • angular-query: remove redundant dependencies (#​8032) (d58cf08) by Arnoud
Docs
  • react-query: Update React Suspens Link in README.md (#​8020) (9b78527) by Cyril Leclercq
Packages

v5.55.2

Compare Source

Version 5.55.2 - 9/8/24, 4:10 PM

Changes

Refactor

Packages

v5.54.1

Compare Source

Version 5.54.1 - 9/3/24, 8:50 PM

Changes

Fix
  • query-core: accept generics on setQueryDefaults and setMutationDefaults (#​7903) (a85382f) by Simone Cervini

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 9dba9e9 to 0f7acdf Compare July 20, 2024 13:00
@renovate renovate bot changed the title fix(deps): update dependency @tanstack/react-query to v5.51.11 fix(deps): update tanstack-query monorepo to v5.51.11 Jul 20, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.51.11 fix(deps): update tanstack-query monorepo to v5.51.14 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from 85313c1 to a996dd0 Compare July 26, 2024 13:50
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.51.14 fix(deps): update tanstack-query monorepo to v5.51.15 Jul 26, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch 2 times, most recently from f533e8b to 5e2f229 Compare July 31, 2024 11:06
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.51.15 fix(deps): update tanstack-query monorepo to v5.51.16 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5e2f229 to d7dc946 Compare August 1, 2024 15:35
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.51.16 fix(deps): update tanstack-query monorepo Aug 1, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from d7dc946 to e5ed826 Compare August 2, 2024 20:03
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.51.21 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from e5ed826 to e616cfb Compare August 8, 2024 10:03
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.51.21 fix(deps): update tanstack-query monorepo Aug 8, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from e616cfb to 3c0e09f Compare August 19, 2024 12:34
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.51.24 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 3c0e09f to 53ae772 Compare August 20, 2024 19:22
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.51.24 fix(deps): update tanstack-query monorepo to v5.52.0 Aug 20, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 53ae772 to 58efb7b Compare August 22, 2024 19:03
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.52.0 fix(deps): update tanstack-query monorepo Aug 22, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 58efb7b to aef7e90 Compare August 26, 2024 19:39
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.52.2 Aug 26, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from aef7e90 to efcd2a4 Compare August 30, 2024 01:12
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.52.2 fix(deps): update tanstack-query monorepo to v5.52.3 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from efcd2a4 to b26bf42 Compare August 30, 2024 10:54
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.52.3 fix(deps): update tanstack-query monorepo to v5.53.1 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from b26bf42 to de97c0d Compare September 1, 2024 23:09
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.53.1 fix(deps): update tanstack-query monorepo to v5.53.2 Sep 1, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from de97c0d to c363a22 Compare September 2, 2024 14:34
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.55.4 fix(deps): update tanstack-query monorepo to v5.56.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 8d76fcd to 63945c8 Compare September 12, 2024 17:22
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.56.0 fix(deps): update tanstack-query monorepo to v5.56.1 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 63945c8 to 5046512 Compare September 12, 2024 18:28
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.56.1 fix(deps): update tanstack-query monorepo to v5.56.2 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 5046512 to 9ea5d12 Compare September 25, 2024 03:30
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.56.2 fix(deps): update tanstack-query monorepo Sep 25, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 9ea5d12 to 0b159a0 Compare October 1, 2024 16:57
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.59.0 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 0b159a0 to 1abb0c0 Compare October 9, 2024 06:44
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.0 fix(deps): update tanstack-query monorepo Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 1abb0c0 to 195f0d5 Compare October 9, 2024 15:49
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.59.6 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 195f0d5 to 44e1f15 Compare October 9, 2024 19:34
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.6 fix(deps): update tanstack-query monorepo Oct 9, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 44e1f15 to 6927db3 Compare October 10, 2024 19:36
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.59.9 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 6927db3 to 3e90db5 Compare October 11, 2024 22:48
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.9 fix(deps): update tanstack-query monorepo Oct 11, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 3e90db5 to ef6817a Compare October 12, 2024 11:09
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.59.13 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from ef6817a to 0d6c10c Compare October 15, 2024 08:42
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.13 fix(deps): update tanstack-query monorepo Oct 15, 2024
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from 0d6c10c to fc3e62e Compare October 15, 2024 19:54
@renovate renovate bot force-pushed the renovate/tanstack-query-monorepo branch from fc3e62e to 86f7cad Compare October 23, 2024 13:24
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo fix(deps): update tanstack-query monorepo to v5.59.16 Oct 23, 2024
@renovate renovate bot changed the title fix(deps): update tanstack-query monorepo to v5.59.16 fix(deps): update tanstack-query monorepo to v5.59.16 - autoclosed Oct 24, 2024
@renovate renovate bot closed this Oct 24, 2024
@renovate renovate bot deleted the renovate/tanstack-query-monorepo branch October 24, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants